SftTree/NET 2.0

First Property, ColumnsClass Class

Softel vdm, Inc.

Returns the first column in the column collection.

Syntax      ColumnsClass Class (Softelvdm.SftTreeNET)

VB   

Public ReadOnly Property First As ColumnClass

C#   

public ColumnClass First { get; }

C++   

public: property ColumnClass^ First {
        ColumnClass^ get();
}

Property Value

The first real column or null/Nothing if the column collection is empty.

Comments

The First property returns the first column in the column collection.

The First property returns the first column in the column collection. This is not necessarily the first displayed column. The FirstDisplayed property returns the first displayed column.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com